home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / e / explorer.rdm < prev    next >
Text File  |  1996-01-16  |  1KB  |  35 lines

  1. Short:    Amazing System Explorer/Debugger
  2. Author:   jason@fsel.com (Jason R. Hulance)
  3. Uploader: jason@fsel.com (Jason R. Hulance)
  4. Type:     dev/e
  5.  
  6. Explorer 1.0j
  7. =============
  8.  
  9. Allows you to browse around memory as E objects (which are like C structs).
  10.  
  11. (The complete distribution of Amiga E [but with a demo compiler] is
  12. available from Aminet, in dev/e.  The current version is amigae32a.lha and
  13. amigae32a_extras.lha, with a v3.2e update patch also available.)
  14.  
  15. Basic function
  16. --------------
  17. You can enter an address and then select the object which is (supposed to
  18. be?) at that address.  You can then see the value that each element of the
  19. object contains and follow pointers etc. by double-clicking on the element
  20. (a single click changes the address to the element's address, which is an
  21. offset from the object address you specified).  A double-click may
  22. therefore change the object being browsed, so there is a way of returning
  23. to the original object via the "Back Up" button.
  24.  
  25. The list of objects is created by scanning all the modules in the
  26. 'Emodules:' directory and its sub-directories, so you can include your own
  27. objects by putting suitable modules in a sub-directory called, say,
  28. 'mymods'.
  29.  
  30. The address and object can also be specified via ARexx, making Explorer an
  31. extremely useful debugging tool as well as a system browser!
  32.  
  33.  
  34. More documentation in the archive...
  35.